home *** CD-ROM | disk | FTP | other *** search
-
-
-
- XXXXmmmmCCCCrrrreeeeaaaatttteeeeTTTTeeeemmmmppppllllaaaatttteeeeDDDDiiiiaaaalllloooogggg((((3333XXXX))))UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVVXXXXmmmmCCCCrrrreeeeaaaatttteeeeTTTTeeeemmmmppppllllaaaatttteeeeDDDDiiiiaaaalllloooogggg((((3333XXXX))))
-
-
-
- NNNNAAAAMMMMEEEE
- _X_m_C_r_e_a_t_e_T_e_m_p_l_a_t_e_D_i_a_l_o_g - A MessageBox TemplateDialog
- convenience creation function
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- #include <Xm/MessageB.h>
-
- Widget XmCreateTemplateDialog (ppppaaaarrrreeeennnntttt,,,, nnnnaaaammmmeeee,,,, aaaarrrrgggglllliiiisssstttt,,,, aaaarrrrggggccccoooouuuunnnntttt)
- _W_i_d_g_e_t ppppaaaarrrreeeennnntttt;
- _S_t_r_i_n_g nnnnaaaammmmeeee;
- _A_r_g_L_i_s_t aaaarrrrgggglllliiiisssstttt;
- _C_a_r_d_i_n_a_l aaaarrrrggggccccoooouuuunnnntttt;
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- _X_m_C_r_e_a_t_e_T_e_m_p_l_a_t_e_D_i_a_l_o_g is a convenience creation function
- that creates a DialogShell and an unmanaged MessageBox child
- of the DialogShell. The MessageBox widget's _X_m_N_d_i_a_l_o_g_T_y_p_e
- resource is set to _X_m_D_I_A_L_O_G__T_E_M_P_L_A_T_E. By default, the
- TemplateDialog widget contains only the separator child.
- You can build a customized dialog by adding children to the
- TemplateDialog.
-
- You can create the standard MessageBox pushbuttons, _C_a_n_c_e_l,
- _H_e_l_p, and _O_K, by specifying the associated callback and
- label string resources. Setting _X_m_N_s_y_m_b_o_l_P_i_x_m_a_p or
- _X_m_N_m_e_s_s_a_g_e_S_t_r_i_n_g creates a symbol or message label.
-
- Use _X_t_M_a_n_a_g_e_C_h_i_l_d to pop up the TemplateDialog (passing the
- MessageBox as the widget parameter); use _X_t_U_n_m_a_n_a_g_e_C_h_i_l_d to
- pop it down.
-
- ppppaaaarrrreeeennnntttt
- Specifies the parent widget ID
-
- nnnnaaaammmmeeee Specifies the name of the created widget
-
- aaaarrrrgggglllliiiisssstttt
- Specifies the argument list
-
- aaaarrrrggggccccoooouuuunnnntttt
- Specifies the number of attribute/value pairs in the
- argument list (aaaarrrrgggglllliiiisssstttt)
-
- For a complete definition of MessageBox and its associated
- resources, see _X_m_M_e_s_s_a_g_e_B_o_x(_3_X).
-
- RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEE
- Returns the MessageBox widget ID.
-
- RRRREEEELLLLAAAATTTTEEEEDDDD IIIINNNNFFFFOOOORRRRMMMMAAAATTTTIIIIOOOONNNN
- _X_m_M_e_s_s_a_g_e_B_o_x(_3_X).
-
-
-
-
- Page 1 (printed 11/11/03)
-
-
-
-